Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / ReentrantObservableCollection<T> Class


In This Topic
    ReentrantObservableCollection<T> Class Methods
    In This Topic

    For a list of all members of this type, see ReentrantObservableCollection<T> members.

    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodPrevents raising events until the EndUpdate method is called.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodEnables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodMoves the item at the specified index to a new location in the collection.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overrides the default behavior.  
    Protected MethodOverridden. Overrides the default behavior.  
    Protected MethodImplements item moving from one location to another.  
    Protected MethodRaises CollectionChanged event if the ReentrantObservableCollection<T> is not in update mode.  
    Protected MethodOverridden. Overrides the default behavior.  
    Protected MethodOverridden. Overrides the default behavior.  
    Top
    See Also